home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 March / PCFormat 3_2008.iso / System / DriverMax 3.2 / drivermax.exe / install_script.iss
Text File  |  2008-01-02  |  4KB  |  78 lines

  1. ;InnoSetupVersion=5.1.7
  2.  
  3. [Setup]
  4. AppName=DriverMax
  5. AppVerName=DriverMax 3
  6. AppId=DMX3
  7. AppPublisher=Innovative Solutions
  8. AppPublisherURL=http://www.innovative-sol.com/
  9. AppSupportURL=http://www.innovative-sol.com/
  10. AppUpdatesURL=http://www.innovative-sol.com/
  11. DefaultDirName={pf}\Innovative Solutions\DriverMax
  12. DefaultGroupName=DriverMax
  13. OutputBaseFilename=drivermax
  14. Compression=lzma
  15. LicenseFile=embedded\License.rtf
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\Readme\license.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  21. Source: "{app}\devices.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\loading_bar.avi"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\DPInst\x86\dpinst.exe"; DestDir: "{app}\DPInst\x86"; Flags: ignoreversion 
  24. Source: "{app}\DPInst\amd64\dpinst.exe"; DestDir: "{app}\DPInst\amd64"; Flags: ignoreversion 
  25. Source: "{app}\DPInst\ia64\dpinst.exe"; DestDir: "{app}\DPInst\ia64"; Flags: ignoreversion 
  26. Source: "{app}\Reports\Devices\custom_image.jpg"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  27. Source: "{app}\Reports\Devices\installed_devices_report.htm"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  28. Source: "{app}\Reports\Devices\installed_devices_report.txt"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  29. Source: "{app}\Reports\Devices\installed_devices_template.htm"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  30. Source: "{app}\Reports\Devices\sigla2.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  31. Source: "{app}\Reports\Devices\susdr.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  32. Source: "{app}\Reports\Devices\suslinie.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  33.  
  34. [Dirs]
  35. Name: "{app}\Drivers"; 
  36.  
  37. [INI]
  38. FileName: "{app}\dmx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.innovative-sol.com"; 
  39.  
  40. [Run]
  41. Filename: "{app}\devices.exe"; Parameters: "-RND"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  42. Filename: "{app}\devices.exe"; Description: "Launch DriverMax"; Flags: postinstall skipifsilent nowait
  43.  
  44. [Icons]
  45. Name: "{group}\DriverMax"; Filename: "{app}\devices.exe"; 
  46. Name: "{group}\Other products by Innovative Solutions"; Filename: "{app}\dmx.url"; 
  47. Name: "{userdesktop}\DriverMax"; Filename: "{app}\devices.exe"; Tasks: desktopicon; 
  48. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\DriverMax"; Filename: "{app}\devices.exe"; Tasks: quicklaunchicon; 
  49. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  50.  
  51. [Tasks]
  52. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  53. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  54.  
  55. [UninstallDelete]
  56. Type: files; Name: "{app}\dmx.url"; 
  57. Type: filesandordirs; Name: "{app}\Drivers"; 
  58. Type: filesandordirs; Name: "{app}\Reports"; 
  59. Type: filesandordirs; Name: "{app}\Details"; 
  60. Type: files; Name: "{app}\log.txt"; 
  61. Type: files; Name: "{app}\*.zip"; 
  62.  
  63. [CustomMessages]
  64. default.NameAndVersion=%1 version %2
  65. default.AdditionalIcons=Additional icons:
  66. default.CreateDesktopIcon=Create a &desktop icon
  67. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  68. default.ProgramOnTheWeb=%1 on the Web
  69. default.UninstallProgram=Uninstall %1
  70. default.LaunchProgram=Launch %1
  71. default.AssocFileExtension=&Associate %1 with the %2 file extension
  72. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  73.  
  74. [Languages]
  75. ; These files are stubs
  76. ; To achieve better results after recompilation, use the real language files
  77. Name: "default"; MessagesFile: "embedded\default.isl"; 
  78.